home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / CBUILDER / OWLDLG / readme.txt
Text File  |  1997-03-25  |  2KB  |  51 lines

  1. ObjectWindows
  2. Copyright (c) 1997 Borland International
  3.  
  4. Title: VCLDLG EXAMPLE
  5.  
  6. Keywords: VCL form OWL dialog
  7.  
  8. C++BUILDER AND BCBROOT ENVIRONMENT VARIABLE REQUIRED TO BUILD PROJECT
  9. ---------------------------------------------------------------------
  10. In order to build this project, you must have Borland C++Builder
  11. installed and you must manually define the environment variable
  12. BCBROOT, making it point to the base of your installed C++Builder
  13. tree.  For example:
  14.  
  15.     set BCBROOT=c:\cbuilder
  16.  
  17. WHAT IS OWLDLG?
  18. ---------------
  19. This example demonstrates using OWL and VCL together in a single
  20. application.  The Color menu command invokes a dialog box that
  21. was designed with C++Builder.  The .DFM and VCLDLG.* files
  22. were generated within C++Builder (and then tweaked by hand, but
  23. that isn't always necessary.)
  24.  
  25. VCL-COMPATIBLE LIBRARIES
  26. ------------------------
  27. This project links to several libraries that are not installed
  28. as part of BC5.  VCLD.LIB and CP32MT.LIB come with Borland C++Builder.
  29. OWLWV.LIB is on the BC5 CD in \BC5\LIB.  (VCL-compatible OWL
  30. DLLs are also on the CD.)
  31.  
  32. SEEING THE LIBRARIES IN TARGET EXPERT
  33. -------------------------------------
  34. To link with the VCL-compatible OWL and RTL libraries, this project
  35. overrides the usual TargetExpert settings.  If the runtime nodes
  36. are not already visible, choose Options|Environment|Project View
  37. and check the Show Run-time Nodes box.  You'll see in the Project
  38. View that the runtime library is called CP32MT.LIB, not CW32MT.LIB.
  39. CP32MT.LIB ships with C++Builder (as does VCL.LIB.)
  40.  
  41. If you open TargetExpert in this project, do not click OK to close
  42. it or TargetExpert will reset the libraries and you'll have to restore
  43. them by hand.
  44.  
  45. WHERE TO FIND MORE INFORMATION
  46. ------------------------------
  47. For more details, see OWLVCL.DOC (a WordPad file) in the \BC5\DOC
  48. directory.
  49.  
  50.  
  51.